home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / access1a / dialog.frm < prev    next >
Text File  |  1999-08-24  |  2KB  |  60 lines

  1. VERSION 5.00
  2. Begin VB.Form Dialog 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    Caption         =   "Select a Database"
  5.    ClientHeight    =   5130
  6.    ClientLeft      =   2760
  7.    ClientTop       =   3750
  8.    ClientWidth     =   7125
  9.    LinkTopic       =   "Form1"
  10.    MaxButton       =   0   'False
  11.    MinButton       =   0   'False
  12.    ScaleHeight     =   5130
  13.    ScaleWidth      =   7125
  14.    ShowInTaskbar   =   0   'False
  15.    Begin VB.DirListBox Dir1 
  16.       Height          =   990
  17.       Left            =   480
  18.       TabIndex        =   4
  19.       Top             =   360
  20.       Width           =   5295
  21.    End
  22.    Begin VB.FileListBox File1 
  23.       Height          =   2040
  24.       Left            =   480
  25.       TabIndex        =   3
  26.       Top             =   1920
  27.       Width           =   4815
  28.    End
  29.    Begin VB.DriveListBox Drive1 
  30.       Height          =   315
  31.       Left            =   480
  32.       TabIndex        =   2
  33.       Top             =   4440
  34.       Width           =   4815
  35.    End
  36.    Begin VB.CommandButton CancelButton 
  37.       Caption         =   "Cancel"
  38.       Height          =   375
  39.       Left            =   5640
  40.       TabIndex        =   1
  41.       Top             =   2880
  42.       Width           =   1215
  43.    End
  44.    Begin VB.CommandButton OKButton 
  45.       Caption         =   "OK"
  46.       Height          =   375
  47.       Left            =   5640
  48.       TabIndex        =   0
  49.       Top             =   2400
  50.       Width           =   1215
  51.    End
  52. End
  53. Attribute VB_Name = "Dialog"
  54. Attribute VB_GlobalNameSpace = False
  55. Attribute VB_Creatable = False
  56. Attribute VB_PredeclaredId = True
  57. Attribute VB_Exposed = False
  58.  
  59. Option Explicit
  60.